home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / javelin.swf / scripts / DefineButton2_296 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  283b  |  16 lines

  1. on(release){
  2.    if(_root.c_rat.rtype == 0)
  3.    {
  4.       this.gotoAndStop(2);
  5.    }
  6.    else if(_root.c_rat.rtype == 1)
  7.    {
  8.       this.gotoAndStop(3);
  9.    }
  10.    else if(_root.c_rat.rtype == 2)
  11.    {
  12.       this.gotoAndStop(4);
  13.    }
  14.    this.inpname = _root.o_tbl[0].plrname;
  15. }
  16.